projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4669f1
)
(obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Aug 1994 22:55:25 +0000
(22:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Aug 1994 22:55:25 +0000
(22:55 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index f2bc7736a2e1886a84d8f7840f4b8ddb2404ec05..0f820dd6f3d9953ad07687ba196dd54ab0fdaea7 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-447,7
+447,7
@@
ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
/* lastfile must follow all files
whose initialized data areas should be dumped as pure by dump-emacs. */
obj= dispnew.o frame.o scroll.o xdisp.o window.o \
-
term.o c
m.o $(XOBJ) \
+
cm.o ter
m.o $(XOBJ) \
emacs.o keyboard.o macros.o keymap.o sysdep.o \
buffer.o filelock.o insdel.o marker.o INTERVAL_OBJ \
minibuf.o fileio.o dired.o filemode.o \